Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / DisableAnimations Method


In This Topic
    DisableAnimations Method
    In This Topic
    Disable the animations caused by the operations that are performed inside the using block of the returned IDisposable.
    Syntax
    'Declaration
     
    
    Public Function DisableAnimations() As IDisposable
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
    Dim value As IDisposable
     
    value = instance.DisableAnimations()
    public IDisposable DisableAnimations()
    See Also